home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / ui / hud_stopwatch.urc < prev    next >
Encoding:
Text File  |  2002-10-21  |  872 b   |  41 lines

  1. menu "hud_stopwatch" 128 128 NONE 1
  2. bgcolor 0 0 0 0
  3. fgcolor 1 1 1 1
  4. align left centery
  5.  
  6. //==================================================
  7. // Stopwatch Base
  8.  
  9. resource
  10. Label
  11. {
  12. name "stopwatchbase"
  13. rect 0 0 128 128
  14. fgcolor 1.00 1.00 1.00 1.00
  15. bgcolor 0.50 0.50 0.50 0.00
  16. borderstyle "NONE"
  17. shader textures/hud/stopwatchbase
  18. }
  19.  
  20. //==================================================
  21. // Stopwatch Needle
  22.  
  23. resource
  24. Label
  25. {
  26. name "stopwatchhand"
  27. //rect 18 42 92 64 // this makes it match the compass base
  28. //rect 18 32 92 64 // this makes it match the compass top
  29. //rect 15.5 14 100 100 // this makes it match the compass top
  30. rect 0 0 128 128
  31. fgcolor 1.00 1.00 1.00 1.00
  32. bgcolor 0.00 0.00 0.00 0.00
  33. borderstyle "NONE"
  34. linkcvar "ui_stopwatch"
  35. statbar spinner 0 60000
  36. statbar_endangles 0 360
  37. statbar_shader textures/hud/stopwatchhand
  38. }
  39.  
  40. end.
  41.